/* CSS Document */
/*header*/
::selection {
	color:#fff;
    background-color: #00a2ea;
}

::-moz-selection {
	color:#fff;
    background-color: #00a2ea;
}

::-webkit-selection {
	color:#fff;
    background-color: #00a2ea;
}

.header {
	width: 100%;
	height: auto;
	overflow: hidden;
	background:url(../images/top-bg.png) no-repeat center top;    
}
.header .top {
	height: 45px;
	line-height: 45px;
}
.header-c {
	width: 1180px;
	margin: 0 auto;
}
.header .top dl dt {
	float: left;
	color:#ffffff;
	
}
.header .top dl dd {
	float: right;
	color:#ffffff;
}
.header .top dl dd a {
	margin: 0 6px;
	color:#ffffff;
}
.header .logo {
	height: 138px;
	
}
.header .logo .logo-l {
	float: left;
	
}
.header .logo .logo-l dl dt {
	float: left;
	margin-top: 24px;
}
.header .logo .logo-l dl dd {
	float: left;
	width: 352px;
	margin: 35px 0 0 28px;
	position:relative;
}
.header .logo .logo-l dl dd p {
	font-size: 24px;
	line-height: 35px;
	font-weight:600;
	color:#333;
}
.header .logo .logo-l dl dd span {
	line-height:50px;
	font-size:20px;
	color:#f2bd3e;
	
}
.header .logo .phone {
	height:73px;
	float: right;
	width: 210px;
	margin-top:28px;
	background:url(../images/head-tel.gif) no-repeat 1px 5px;;
}
.header .logo .phone p{
	color:#333;
	padding-left:50px;
	font-size:16px;
	}
.header .logo .phone span {
	padding-left:50px;
	color: #00a2ea;
	font-size: 22px;
	font-weight:600;
	
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));

}
.header .nav {
    background:#00a2ea;
	height: 55px;
	line-height: 55px;
	position:relative;
}
.header .nav ul li {
	float: left;
	padding: 0 24px;
	
}
.header .nav ul li.another {
	background:#f2bd3e;
	color:#fff;
}

.header .nav ul li a{
	color: #FFF;
}
.header .nav ul li:hover{
	background-color:#f2bd3e;
	padding: 0 24px;
}
.header .nav ul li a:hover{
	color:#fff;
}
/*footer*/
.footer {
	width: 100%;
	background:url(../images/bottom-bg.gif) no-repeat center bottom;
	height:211px;

}
.footer-c {
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
.footer-c a {
	color: #FFF;
}
.f-nav{ width:1180px; margin:0 auto;}
.f-nav ul{
	width:1180px;
	height:50px;
	margin-left:180px;
	}
.f-nav ul li {
	float: left;
	margin: 0 20px;
	line-height: 50px;
	color:#fff;
}
.f-nav ul li a{
	color:#fff;
}
.f-last{ margin:0 auto; height:auto; overflow:hidden; width:1180px;}
.f-last .f-logo{ text-align:center;}
.f-last .f-text{font-size:14px;text-align:left; color:#fff;margin-left:200px;}
.f-last .f-text h2{font-size:14px; display:inline;}
.f-last .f-text p{line-height:30px;}
.f-last .f-text p img{ vertical-align:middle; margin-left:10px;}
.f-last .f-text p a{ color:#fff;}


